home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 October / Chip_2004-10_cd1.bin / software / power / setup.exe / {app} / POWERARC.EXE / 0 / RCDATA / TCHECKOUT / TCHECKOUT.txt
Text File  |  2004-04-06  |  3KB  |  164 lines

  1. object CheckOut: TCheckOut
  2.   Left = 157
  3.   Top = 191
  4.   BorderStyle = bsDialog
  5.   Caption = 'CheckOut'
  6.   ClientHeight = 261
  7.   ClientWidth = 513
  8.   Color = clBtnFace
  9.   ParentFont = True
  10.   KeyPreview = True
  11.   OldCreateOrder = True
  12.   Scaled = False
  13.   OnClose = FormClose
  14.   OnCreate = FormCreate
  15.   OnKeyPress = FormKeyPress
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object InfoL: TLabel
  20.     Left = 8
  21.     Top = 8
  22.     Width = 489
  23.     Height = 17
  24.     AutoSize = False
  25.     Caption = 
  26.       'All files will be extracted to the specified folder, and a progr' +
  27.       'am group will be built.'
  28.     WordWrap = True
  29.   end
  30.   object FolderL: TLabel
  31.     Left = 8
  32.     Top = 32
  33.     Width = 49
  34.     Height = 13
  35.     AutoSize = False
  36.     Caption = '&Folder:'
  37.     FocusControl = FolderName
  38.   end
  39.   object Bevel1: TBevel
  40.     Left = 7
  41.     Top = 224
  42.     Width = 491
  43.     Height = 33
  44.     Shape = bsTopLine
  45.   end
  46.   object FolderTree1: TFolderTree
  47.     Left = 7
  48.     Top = 56
  49.     Width = 210
  50.     Height = 161
  51.     Active = True
  52.     FolderOptions = [foNetworkNeighborhood]
  53.     OnChange = FolderTree1Change
  54.     Indent = 19
  55.     TabOrder = 1
  56.   end
  57.   object GroupBox1: TGroupBox
  58.     Left = 224
  59.     Top = 58
  60.     Width = 281
  61.     Height = 159
  62.     Caption = ' CheckOut Options '
  63.     TabOrder = 2
  64.     object GroupL: TLabel
  65.       Left = 12
  66.       Top = 24
  67.       Width = 61
  68.       Height = 13
  69.       Caption = '&Group name:'
  70.       FocusControl = GroupName
  71.     end
  72.     object MaximumL: TLabel
  73.       Left = 12
  74.       Top = 52
  75.       Width = 75
  76.       Height = 13
  77.       Caption = '&Maximum icons:'
  78.       FocusControl = MaxIcons
  79.     end
  80.     object DocOnly: TCheckBox
  81.       Left = 8
  82.       Top = 80
  83.       Width = 268
  84.       Height = 18
  85.       Caption = 'C&reate icons for programs and docs only'
  86.       Checked = True
  87.       State = cbChecked
  88.       TabOrder = 2
  89.     end
  90.     object GroupName: TEdit
  91.       Left = 104
  92.       Top = 21
  93.       Width = 121
  94.       Height = 21
  95.       TabOrder = 0
  96.       Text = 'GroupName'
  97.     end
  98.     object MaxIcons: TEdit
  99.       Left = 104
  100.       Top = 48
  101.       Width = 65
  102.       Height = 21
  103.       TabOrder = 1
  104.       Text = '500'
  105.     end
  106.     object CheckBox1: TCheckBox
  107.       Left = 8
  108.       Top = 104
  109.       Width = 265
  110.       Height = 18
  111.       Caption = '&Open group folder after CheckOut'
  112.       Checked = True
  113.       State = cbChecked
  114.       TabOrder = 3
  115.     end
  116.   end
  117.   object FolderName: TEdit
  118.     Left = 56
  119.     Top = 29
  120.     Width = 449
  121.     Height = 21
  122.     TabOrder = 0
  123.     Text = 'FolderName'
  124.   end
  125.   object OKButt: TButton
  126.     Left = 260
  127.     Top = 232
  128.     Width = 75
  129.     Height = 25
  130.     Caption = 'OK'
  131.     Default = True
  132.     TabOrder = 3
  133.     OnClick = OKButtClick
  134.   end
  135.   object CancelButt: TButton
  136.     Left = 342
  137.     Top = 232
  138.     Width = 75
  139.     Height = 25
  140.     Caption = '&Cancel'
  141.     TabOrder = 4
  142.     OnClick = CancelButtClick
  143.   end
  144.   object HelpButt: TButton
  145.     Left = 424
  146.     Top = 232
  147.     Width = 75
  148.     Height = 25
  149.     Caption = '&Help'
  150.     TabOrder = 5
  151.     OnClick = HelpButtClick
  152.   end
  153.   object FormStorage1: TFormStorage
  154.     UseRegistry = True
  155.     StoredProps.Strings = (
  156.       'DocOnly.Checked'
  157.       'MaxIcons.Text'
  158.       'CheckBox1.Checked')
  159.     StoredValues = <>
  160.     Left = 8
  161.     Top = 56
  162.   end
  163. end
  164.